-
-
Notifications
You must be signed in to change notification settings - Fork 804
Fix benchmark logic as per issue #5862 #5880
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hello! Thank you for your contribution to stdlib. We noticed that the contributing guidelines acknowledgment is missing from your pull request. Here's what you need to do:
This acknowledgment confirms that you've read the guidelines, which include:
We can't review or accept contributions without this acknowledgment. Thank you for your understanding and cooperation. We look forward to reviewing your contribution! |
Coverage Report
The above coverage report was generated for the changes in this PR. |
Hello! Thank you for your contribution to stdlib. We noticed that the contributing guidelines acknowledgment is missing from your pull request. Here's what you need to do:
This acknowledgment confirms that you've read the guidelines, which include:
We can't review or accept contributions without this acknowledgment. Thank you for your understanding and cooperation. We look forward to reviewing your contribution! |
Ref: #5873 |
Thank you for working on this pull request. However, we cannot accept your contribution as the issue this pull request seeks to resolve has already been addressed in a different pull request or commit. Thank you again for your interest in stdlib, and we look forward to reviewing your future contributions. |
Resolves #5862
Description
What is the purpose of this pull request?
This pull request fixes the benchmark logic for the Binet function in the C implementation. The previous logic contained inconsistencies, which have been corrected based on the discussion in issue #5862. The updated logic ensures more accurate and reliable benchmark results, aligning with the expected mathematical calculations.
Related Issues
Does this pull request have any related issues?
This pull request Resolves #5862
Acknowledgment
Questions
Any questions for reviewers of this pull request?
No.
Other
Any other information relevant to this pull request?
This may include screenshots, references, and/or implementation notes.
No.
@stdlib-js/reviewers